DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CacheDataCollection<T> Class / NotifySourceResetAsReplace Property

In This Topic
    NotifySourceResetAsReplace Property
    In This Topic
    Gets or sets whether the Reset notifications coming from the source will be notified as a Replace.
    Syntax
    'Declaration
     
    Public Property NotifySourceResetAsReplace As Boolean
    public bool NotifySourceResetAsReplace {get; set;}
    See Also